home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13407 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.primenet.com!not-for-mail
  2. From: kj7bg@primenet.com (Bob White)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Manipulating .wav files in C
  5. Date: 25 Mar 1996 09:44:02 -0700
  6. Organization: Primenet Services for the Internet
  7. Sender: root@primenet.com
  8. Message-ID: <4j6igi$4c8@nnrp1.news.primenet.com>
  9. References: <4inae3$bhp@news.cc.oberlin.edu>
  10. X-Posted-By: ip181.boi.primenet.com
  11. X-Newsreader: WinVN 0.99.7
  12. MIME-Version: 1.0
  13. Content-Type: Text/Plain; charset=US-ASCII
  14.  
  15. If you are coding for windows, look at:
  16.     ftp.primenet.com/users/k/kj7bg/snd.zip
  17. It should give you some ideas.  It does not contain the file layout that is 
  18. actually provided by Microsoft.  Also, there are multimedia function calls 
  19. that provide the ability to manipulate wave files and their data so you might 
  20. research that.  Hope that helps.
  21.  
  22.             Bob
  23.  
  24.  
  25. In article <4inae3$bhp@news.cc.oberlin.edu>, mmccrack@occs.cs.oberlin.edu 
  26. says...
  27. >
  28. >        Can anyone tell me what the structure of a .wav file is so I
  29. >can write C code to manipulate it? Any helpful information would be
  30. >appreciated.
  31. >                                -Mike
  32.  
  33.